object frmSettings: TfrmSettings Left = 321 Top = 179 HelpContext = 10 BorderStyle = bsDialog Caption = 'Settings' ClientHeight = 224 ClientWidth = 315 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 7 Top = 7 Width = 299 Height = 114 Caption = 'Memory cache' TabOrder = 0 object Label1: TLabel Left = 7 Top = 16 Width = 267 Height = 26 Caption = 'DiskList will keep the contents of the most recently used disks ' + 'in memory for better performance. ' WordWrap = True end object Label2: TLabel Left = 7 Top = 86 Width = 25 Height = 13 Caption = 'Keep' end object Label3: TLabel Left = 78 Top = 86 Width = 77 Height = 13 Caption = 'disks in memory.' end object Label5: TLabel Left = 7 Top = 48 Width = 282 Height = 26 Caption = 'Increasing this value will make DiskList faster, but will leave ' + 'less memory for the rest of your applications to use.' WordWrap = True end object txtDisks: TEdit Left = 36 Top = 83 Width = 23 Height = 21 TabOrder = 0 Text = '1' end object UpDown1: TUpDown Left = 59 Top = 83 Width = 12 Height = 21 Associate = txtDisks Min = 1 Max = 150 Position = 1 TabOrder = 1 Wrap = False end end object GroupBox2: TGroupBox Left = 7 Top = 130 Width = 299 Height = 62 Caption = 'Data path' TabOrder = 1 object Label4: TLabel Left = 7 Top = 16 Width = 94 Height = 13 Caption = 'Store datafiles here:' end object txtDatapath: TEdit Left = 7 Top = 33 Width = 270 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 0 end object cmdBrowse: TButton Left = 280 Top = 33 Width = 15 Height = 20 Caption = '...' TabOrder = 1 OnClick = cmdBrowseClick end end object cmdCancel: TButton Left = 247 Top = 198 Width = 61 Height = 20 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 OnClick = cmdCancelClick end object cmdOK: TButton Left = 182 Top = 198 Width = 61 Height = 20 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = cmdOKClick end end